home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2005 July
/
Game.EXE_07_2005_DVD.iso
/
Flash
/
Quix
/
quix.swf
/
scripts
/
DefineButton2_62
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-04-16
|
217 b
|
14 lines
on(release){
if(_root.playing == 1)
{
stopAllSounds();
loopSound.gotoAndStop("Stop");
playing = 0;
}
else
{
loopSound.gotoAndStop("Play");
playing = 1;
}
}